home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / kd327.arc / 7.BAT < prev    next >
Encoding:
DOS Batch File  |  1987-05-01  |  3.0 KB  |  87 lines

  1. echo off
  2. if %1:==: goto help
  3. if %1==$$$ goto install
  4. if %1:==b: goto floppy
  5. if %1:==B: goto floppy
  6. if %1:==a: goto floppy
  7. if %1:==A: goto floppy
  8. ECHO ╓───────────────────────────────────────────────────────────────────────╖
  9. echo ║ PC-KEY-DRAW is about to be installed on your hard disk in %1:\KEYDRAW  ║
  10. ECHO ║───────────────────────────────────────────────────────────────────────║
  11. ECHO ║ The program disk should now be in drive A: to start the process.      ║
  12. ECHO ║ You will be prompted to insert the library disks in drive A:          ║
  13. ECHO ╙───────────────────────────────────────────────────────────────────────╜
  14. pause
  15. md %1:\keydraw
  16. cd %1:\keydraw
  17. copy *.* %1:
  18. %1:
  19. md \keydraw\library1
  20. 7 $$$
  21. :install
  22. cls
  23. ECHO Copying of program disk is complete
  24. ECHO Insert library disk #1 into drive A:  (L-1)
  25. PAUSE
  26. cd \keydraw\library1
  27. copy a:*.*
  28. del sim*.*
  29. del set*.*
  30. cd \keydraw
  31. copy a:sim*.*
  32. copy a:set*.*
  33. cls
  34. ECHO Copying of Library #1 is complete
  35. ECHO Insert library disk #2 into drive A:  (L-2)
  36. PAUSE
  37. copy a:kd*.*
  38. copy a:*.bas
  39. copy a:*.mcr
  40. copy a:*.tbl
  41. del iris*.*
  42. cd \keydraw\library1
  43. copy a:???????.pic
  44. copy a:*.scn
  45. copy a:iri*.mcr
  46. cd \keydraw
  47. cls
  48. ECHO Copying of Library #2 is complete
  49. ECHO Insert library disk #3 into drive A:  (L-3)
  50. PAUSE
  51. copy a:*.*
  52. cls
  53. ECHO PC-KEY-DRAW is now installed on your hard disk.
  54. ECHO PC-KEY-DRAW recgonizes drive letters only.
  55. ECHO Use the SUBST command of DOS 3.* to access subdirectories.
  56. ECHO Add SUBST for each subdirectory to use for pictures or workspace
  57. ECHO  
  58. ECHO If you are hard pressed for hard disk space, a large number of files
  59. ECHO can be removed and kept on floppies.  All files in \KEYDRAW\LIBRARY1
  60. ECHO are picture libraries and not readily needed on the hard disk.
  61. ECHO Most files in \KEYDRAW are needed except for KD-USER.MNL.  You may also
  62. ECHO not need all of the supplied macro routines.  In particular the BOWL*.MCR
  63. ECHO files are of limited use.
  64. PAUSE
  65. menu
  66. :floppy
  67. ECHO ┌──────────────────────────────────────────────────────────────────────┐
  68. echo │           PC-KEY-DRAW is about to be copied to drive %1:              │
  69. :skip
  70. echo │ Please make copies for friends so that they can try out PC-KEY-DRAW  │
  71. ECHO │        You must give complete, unaltered copies to friends           │
  72. ECHO │   No fee other than a small copying fee may be charged for this disk │
  73. ECHO │ ──────────────────────────────────────────────────────────────────── │
  74. echo │ You should store your original copy in a safe place and use the copy │
  75. echo │    Copy GRAPHICS.COM from your DOS disk to your working copy         │
  76. ECHO └──────────────────────────────────────────────────────────────────────┘
  77. pause
  78. copy *.* %1:
  79. menu
  80. :help
  81. ECHO ╒═══════════════════════════════════════════════════════════════╕
  82. ECHO │  You must specify a drive letter to copy this to, such as 7 C │
  83. ECHO │  to install on the hard disk.                                 │
  84. ECHO ╘═══════════════════════════════════════════════════════════════╛
  85. PAUSE
  86. menu
  87.